home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: canopus.cc.umanitoba.ca!umpaul18
  2. From: umpaul18@cc.umanitoba.ca (Kenneth Paulson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Fastest way to copy 1 bitmap to another?
  5. Date: 12 Feb 1996 07:59:21 GMT
  6. Organization: University of Manitoba, Winnipeg, Manitoba, Canada
  7. Message-ID: <4fms0p$2vm@canopus.cc.umanitoba.ca>
  8. References: <4f5uco$9sq@canopus.cc.umanitoba.ca> <4f7j55$c3m@news.rwth-aachen.de>
  9. NNTP-Posting-Host: mira.cc.umanitoba.ca
  10.  
  11. In article <4f7j55$c3m@news.rwth-aachen.de>,
  12. Sven Thoennissen <svent@hathi.informatik.rwth-aachen.de> wrote:
  13. >umpaul18@cc.umanitoba.ca (Kenneth Paulson) writes:
  14. >
  15. >>Currently I'm using BltBitMap(), but I was wondering if there is a faster 
  16. >>way.  I don't need any masks, and the data is 640x160x4 with all planes 
  17. >>being copied.  A speed increase would be nice, so I'd appreciate any help.
  18. >
  19. >Have you tried it out on graphics boards?
  20.  
  21. I just tried it out on my brother's Gfx Board.  It works, but there is a LOT
  22. of flashing when I copy it to the display.  On my ECS amiga, it manages 
  23. the copy much more quickly than the Gfx Card does.  Kinda weird.  Does 
  24. WaitTOF() work on Gfx Cards?  If it doesn't that might explain some of 
  25. the problem.  Maybe I should get the CyberGfx development info.
  26.  
  27.  
  28. Ken
  29.  
  30.  
  31.